home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / education / pe023.dms / pe023.adf / ALGORHYTHMS / SOURCE / MUSICTIMER.H < prev    next >
Text File  |  1988-10-05  |  189b  |  8 lines

  1. /*automusictimer.h*/
  2. /* for AlgoRhythms.c by Thomas E. Janzen */
  3. void RemoveTimer(void);
  4. int StartTimer(void);
  5. int DeleteTimer(struct timerequest *tr);
  6. int GetSysTime(struct timeval *tv);
  7.  
  8.